@charset "utf-8";

.caja1 {height: 500px;
		width: 50%;
		border: 5px solid red;
		margin: 10px;
		padding: 10px;
		
	background: url(Check.jpg) top no-Repeat, 
                 url(Mario.jpg) left no-repeat, 
                 url(Dados.jpg) left bottom repeat-x;
    border-radius: 0 50px 50px 0;
    box-shadow: -5px -5px 5px #888;
    background-color: #a4d3ff;
	}

.caja2 {height: 200px;
		width: 90%;
		margin: 10px;
		padding: 10px;
		box-shadow: -5px -5px 5px #888;
		}
